how to increase font size in html

43

how to make text bigger in html -

<!DOCTYPE html>
   <html>    
      <head>      
         <title>HTMLFont size</title>    
      </head>    
      <body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
</html>

how to increaase font size on html -

  <font size="+2">This is bigger text.</font>

Comments

Submit
0 Comments